pub extern "C" fn mkdir( fn_ptr: Option<&extern "C" fn(*const c_char, mode_t) -> c_int>, path: *const c_char, mode: mode_t, ) -> c_int