Function capi_stream_get_position

Source
pub unsafe extern "C" fn capi_stream_get_position<STM: StreamOps>(
    s: *mut cubeb_stream,
    position: *mut u64,
) -> c_int
Expand 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.