pub unsafe extern "C" fn capi_init<CTX: ContextOps>(
c: *mut *mut cubeb,
context_name: *const c_char,
) -> c_intExpand description
ยงSafety
Entry point from C code.
This function is unsafe because it dereferences the given c and context pointers.
The caller should ensure those pointers are valid.