pub unsafe fn ResUtilFindBinaryProperty<P0>(
    ppropertylist: *const c_void,
    cbpropertylistsize: u32,
    pszpropertyname: P0,
    pbpropertyvalue: Option<*mut *mut u8>,
    pcbpropertyvaluesize: Option<*mut u32>
) -> u32
where P0: IntoParam<PCWSTR>,