Function ffurl_closep

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

Close the resource accessed by the URLContext h, and free the memory used by it. Also set the URLContext pointer to NULL.

@return a negative value if an error condition occurred, 0 otherwise