Type Alias sc_file_t
Source pub type sc_file_t = sc_file;
struct sc_file_t {Show 22 fields
pub path: sc_path,
pub name: [u8; 16],
pub namelen: u32,
pub type_: u32,
pub ef_structure: u32,
pub status: u32,
pub shareable: u32,
pub size: u32,
pub id: i32,
pub sid: i32,
pub acl: [*mut sc_acl_entry; 31],
pub record_length: u32,
pub record_count: u32,
pub sec_attr: *mut u8,
pub sec_attr_len: u32,
pub prop_attr: *mut u8,
pub prop_attr_len: u32,
pub type_attr: *mut u8,
pub type_attr_len: u32,
pub encoded_content: *mut u8,
pub encoded_content_len: u32,
pub magic: u32,
}