pub unsafe extern "C" fn capi_stream_get_position<STM: StreamOps>(
s: *mut cubeb_stream,
position: *mut u64,
) -> c_intExpand description
ยงSafety
Entry point from C code.
This function is unsafe because it dereferences the given s and position pointers.
The caller should ensure those pointers are valid.