pub type LoadFileFn = unsafe extern "C" fn(file_path: *const c_char) -> *mut c_char;
Function Type for Loading a file.