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