#[no_mangle]
pub unsafe extern "C" fn mkdir(
    pathname: *const c_char,
    mode: mode_t
) -> c_int