Function freopen

Source
pub unsafe extern "C" fn freopen(
    __path: *const c_char,
    __mode: *const c_char,
    __fp: *mut FILE,
) -> *mut FILE