Function cubeb_backend::capi::capi_init
source · 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.