py_totrivial method

Pointer<Void> py_totrivial(
  1. py_Ref arg0
)

Get the address of the trivial value object (16 bytes).

Implementation

ffi.Pointer<ffi.Void> py_totrivial(
  py_Ref arg0,
) {
  return _py_totrivial(
    arg0,
  );
}