ma_bpf2_init function
ma_result
ma_bpf2_init(
- Pointer<
ma_bpf2_config> pConfig, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks, - Pointer<
ma_bpf2> pBPF
Implementation
ma_result ma_bpf2_init(
ffi.Pointer<ma_bpf2_config> pConfig,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ma_bpf2> pBPF,
) => ma_result.fromValue(_ma_bpf2_init(pConfig, pAllocationCallbacks, pBPF));