pub unsafe fn CreateSemaphoreW<P0>(
    lpsemaphoreattributes: Option<*const SECURITY_ATTRIBUTES>,
    linitialcount: i32,
    lmaximumcount: i32,
    lpname: P0
) -> Result<HANDLE>
where P0: IntoParam<PCWSTR>,