pub unsafe extern "C" fn aws_fopen_safe(
file_path: *const aws_string,
mode: *const aws_string
) -> *mut FILE
Expand description
Opens file at file_path using mode. Returns the FILE pointer if successful.
pub unsafe extern "C" fn aws_fopen_safe(
file_path: *const aws_string,
mode: *const aws_string
) -> *mut FILE
Opens file at file_path using mode. Returns the FILE pointer if successful.