pub unsafe fn NetGetJoinableOUs<P0, P1, P2, P3>(
    lpserver: P0,
    lpdomain: P1,
    lpaccount: P2,
    lppassword: P3,
    oucount: *mut u32,
    ous: *mut *mut PWSTR
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,