#[no_mangle]
pub unsafe extern "C" fn getcwd(
    buf: *mut c_char,
    bufsz: size_t
) -> *mut c_char