RacComponentCreateNative typedef

RacComponentCreateNative = Int32 Function(Pointer<Pointer<Void>>)

rac_*_component_create(rac_handle_t* out_handle).

Implementation

typedef RacComponentCreateNative =
    ffi.Int32 Function(ffi.Pointer<ffi.Pointer<ffi.Void>>);