pub unsafe fn DsClientMakeSpnForTargetServerW<P0, P1>(
    serviceclass: P0,
    servicename: P1,
    pcspnlength: *mut u32,
    pszspn: PWSTR
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,