pub unsafe extern "C" fn freopen(
    filename: *const i8,
    mode: *const i8,
    file: *mut FILE
) -> *mut FILE