pub unsafe extern "C" fn capi_get_backend_id<CTX: ContextOps>(
c: *mut cubeb,
) -> *const c_charExpand description
ยงSafety
Entry point from C code.
This function is unsafe because it dereferences the given c pointer.
The caller should ensure that pointer is valid.