pub unsafe fn HrSetOneProp<P0>(
    lpmapiprop: P0,
    lpprop: *mut SPropValue
) -> Result<()>
where P0: IntoParam<IMAPIProp>,