pub unsafe fn WdsBpQueryOption<P0>(
    hhandle: P0,
    uoption: u32,
    uvaluelen: u32,
    pvalue: *mut c_void,
    pubytes: Option<*mut u32>
) -> u32
where P0: IntoParam<HANDLE>,