Function capi_get_backend_id

Source
pub unsafe extern "C" fn capi_get_backend_id<CTX: ContextOps>(
    c: *mut cubeb,
) -> *const c_char
Expand 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.