pub unsafe extern "system" fn NetGetJoinableOUs(
    lpserver: PCWSTR,
    lpdomain: PCWSTR,
    lpaccount: PCWSTR,
    lppassword: PCWSTR,
    oucount: *mut u32,
    ous: *mut *mut PWSTR,
) -> u32