Function libc::freopen64

source ยท
pub unsafe extern "C" fn freopen64(
    pathname: *const c_char,
    mode: *const c_char,
    stream: *mut FILE,
) -> *mut FILE