pub unsafe extern "C" fn makeGaussianKernel(
    halfh: l_int32,
    halfw: l_int32,
    stdev: l_float32,
    max: l_float32
) -> *mut L_KERNEL