Function ffurl_get_multi_file_handle

Source
pub unsafe extern "C" fn ffurl_get_multi_file_handle(
    h: *mut URLContext,
    handles: *mut *mut c_int,
    numhandles: *mut c_int,
) -> c_int
Expand description

Return the file descriptors associated with this URL.

@return 0 on success or <0 on error.