pub unsafe fn DsMakeSpnA<P0, P1, P2, P3>(
    serviceclass: P0,
    servicename: P1,
    instancename: P2,
    instanceport: u16,
    referrer: P3,
    pcspnlength: *mut u32,
    pszspn: PSTR
) -> u32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>,