pub unsafe fn KsSynchronousDeviceControl<P0>(
    handle: P0,
    iocontrol: u32,
    inbuffer: Option<*const c_void>,
    inlength: u32,
    outbuffer: Option<*mut c_void>,
    outlength: u32,
    bytesreturned: Option<*mut u32>
) -> Result<()>
where P0: IntoParam<HANDLE>,