use c_void;
use crateNTSTATUS;
use LDR_DATA_TABLE_ENTRY;
/// Windows LdrpReleaseTlsEntry typedef (undocumented).
pub type LdrpReleaseTlsEntry_t = unsafe extern "system" fn ;
/// Windows LdrpHandleTlsData typedef (undocumented).
pub type LdrpHandleTlsData_t = unsafe extern "system" fn;