onUninit property

Pointer<NativeFunction<Void Function(Pointer<Void> pUserData, Pointer<ma_resampling_backend> pBackend, Pointer<ma_allocation_callbacks> pAllocationCallbacks)>> onUninit
getter/setter pair

Implementation

external ffi.Pointer<
        ffi.NativeFunction<
            ffi.Void Function(
                ffi.Pointer<ffi.Void> pUserData,
                ffi.Pointer<ma_resampling_backend> pBackend,
                ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks)>>
    onUninit;