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

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