pub unsafe fn BindIoCompletionCallback<P0>(
    filehandle: P0,
    function: LPOVERLAPPED_COMPLETION_ROUTINE,
    flags: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,