@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER})
public @interface ByPtrPtr
Indicates that an argument gets passed or returned by a pointer to a pointer.
This is usually used as a shortcut for the more versatile PointerPointer
peer class, but where the latter is not needed because the argument is not an array.