pub unsafe fn DsCrackNamesW<P0>(
    hds: P0,
    flags: DS_NAME_FLAGS,
    formatoffered: DS_NAME_FORMAT,
    formatdesired: DS_NAME_FORMAT,
    rpnames: &[PCWSTR],
    ppresult: *mut *mut DS_NAME_RESULTW
) -> u32
where P0: IntoParam<HANDLE>,