pub unsafe extern "C" fn ffio_geturlcontext(
s: *mut AVIOContext,
) -> *mut URLContextExpand description
Return the URLContext associated with the AVIOContext
@param s IO context @return pointer to URLContext or NULL.
pub unsafe extern "C" fn ffio_geturlcontext(
s: *mut AVIOContext,
) -> *mut URLContextReturn the URLContext associated with the AVIOContext
@param s IO context @return pointer to URLContext or NULL.