pub unsafe extern "C" fn lottie_animation_render_async(
    animation: *mut Lottie_Animation,
    frame_num: usize,
    buffer: *mut u32,
    width: usize,
    height: usize,
    bytes_per_line: usize
)