pub unsafe fn WdsBpGetOptionBuffer<P0>(
    hhandle: P0,
    ubufferlen: u32,
    pbuffer: *mut c_void,
    pubytes: *mut u32
) -> u32
where P0: IntoParam<HANDLE>,