Function cfreopen

Source
pub unsafe extern "C" fn cfreopen(
    __filename: *const c_char,
    __modes: *const c_char,
    __stream: *mut cFILE,
) -> *mut cFILE