Function scratchstack_wrapper_aws_c_io::aws_fopen_safe
source · 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.