[][src]Function winapi::um::synchapi::CreateEventW

pub unsafe extern "system" fn CreateEventW(
    lpEventAttributes: LPSECURITY_ATTRIBUTES,
    bManualReset: BOOL,
    bInitialState: BOOL,
    lpName: LPCWSTR
) -> HANDLE