pub unsafe fn DsMakePasswordCredentialsW<P0, P1, P2>(
    user: P0,
    domain: P1,
    password: P2,
    pauthidentity: *mut *mut c_void
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,