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