Type Alias SEC_THREAD_START
pub type SEC_THREAD_START = Option<unsafe extern "system" fn(lpthreadparameter: *mut c_void) -> u32>;Aliased Type§
pub enum SEC_THREAD_START {
None,
Some(unsafe extern "system" fn(*mut c_void) -> u32),
}