RegisterHotKey

Function RegisterHotKey 

pub unsafe fn RegisterHotKey(
    hwnd: Option<HWND>,
    id: i32,
    fsmodifiers: HOT_KEY_MODIFIERS,
    vk: u32,
) -> Result<()>