pub unsafe fn SetMailslotInfo<P0>(
    hmailslot: P0,
    lreadtimeout: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,