pub unsafe extern "C" fn sc_stream_create(
filter: *const c_void,
config: *const c_void,
context: *mut c_void,
error_callback: extern "C" fn(*mut c_void, i32, *const i8),
sample_callback: extern "C" fn(*mut c_void, *const c_void, i32),
) -> *const c_void