pub unsafe fn NetUnjoinDomain<P0, P1, P2>(
    lpserver: P0,
    lpaccount: P1,
    lppassword: P2,
    funjoinoptions: u32
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,