pub unsafe fn DRMCreateUser<P0, P1, P2>(
    wszusername: P0,
    wszuserid: P1,
    wszuseridtype: P2,
    phuser: *mut u32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,