pub unsafe extern "C" fn aws_fopen(
    file_path: *const c_char,
    mode: *const c_char
) -> *mut FILE
Expand description

Don’t use this. It never should have been added in the first place. It’s now deprecated.