pub unsafe extern "C" fn SaveFileText( fileName: *const c_char, text: *mut c_char, ) -> bool
Save text data to file (write), string must be ‘\0’ terminated, returns true on success