pub unsafe extern "system" fn CreateMutexA(
    attrs: *mut c_void,
    initial: i32,
    name: *const i8
) -> *mut c_void