pub unsafe extern "C" fn get_policy_section(
policy_bytes: *mut u8,
length: u32,
offset: u32
) -> u32
Expand description

Write a section of the policy to the given location. Return the number of bytes written. The location is assumed to contain enough memory to write the requested length into.