MathLibProcessWindow method
Implementation
int MathLibProcessWindow(
ffi.Pointer<NativeMathLib> mathLibPtr,
ffi.Pointer<NativeOpStatus> opResult,
) {
return _MathLibProcessWindow(
mathLibPtr,
opResult,
);
}
int MathLibProcessWindow(
ffi.Pointer<NativeMathLib> mathLibPtr,
ffi.Pointer<NativeOpStatus> opResult,
) {
return _MathLibProcessWindow(
mathLibPtr,
opResult,
);
}