pub unsafe fn WdsBpAddOption<P0>(
    hhandle: P0,
    uoption: u32,
    uvaluelen: u32,
    pvalue: *const c_void
) -> u32
where P0: IntoParam<HANDLE>,